Fix typo
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 31 Dec 2008 06:18:53 +0000 (06:18 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 31 Dec 2008 06:18:53 +0000 (06:18 +0000)
svn path=/trunk/; revision=22022

gtk/gtkentry.c

index a204943f46138cc32cfd1cc33704ea38e04904f3..a12a6103ed52554c91a8dd5ba8f78fd5fce39630 100644 (file)
@@ -7609,7 +7609,7 @@ gtk_entry_get_icon_at_pos (GtkEntry *entry,
  *
  * To handle the drag operation, you need to connect to the usual
  * #GtkWidget::drag-data-get (or possibly #GtkWidget::drag-data-delete)
- * signal, and use gtk_icon_entry_get_current_icon_drag_source() in
+ * signal, and use gtk_entry_get_current_icon_drag_source() in
  * your signal handler to find out if the drag was started from
  * an icon.
  */